home *** CD-ROM | disk | FTP | other *** search
- 0 *** Do *NOT* Localize any string that starts with '***'.
- 1 *** They are comments to be used by localizers to identify sections.
- 2 *** They also mark the beginning of a new 'section' within the String Table.
- 3
- 15 Class Builder Utility...
- 19 *** Font information for all forms
- 20 Tahoma
- 21 8
- 23 0
- 100 Class Builder
- 1000 &File
- 1001 &New
- 1002 &Class...
- 1003 &Property...
- 1004 &Method...
- 1005 &Event...
- 1006 E&xit
- 1007 &Edit
- 1008 Cu&t
- 1009 &Copy
- 1010 &Paste
- 1011 &Delete
- 1012 &Help
- 1013 &Help Topics
- 1015 &Move Here
- 1016 &Copy Here
- 1017 Cancel
- 1018 Rena&me
- 1019 P&roperties...
- 1020 C&ollection...
- 1021 &Update Project
- 1022 &Options...
- 1023 &ToolBar
- 1024 &View
- 1025 &Set As Collection
- 1026 &Set As Class
- 1027 New &Property...
- 1028 New &Method...
- 1029 New &Event...
- 1030 E&num...
- 2000 Classes:
- 2001 &All
- 2002 &Properties
- 2003 &Methods
- 2004 Eve&nts
- 2005 Ready
- 2006 Name
- 2007 Data Type
- 2008 Arguments
- 2009 Prop Declaration
- 3000 Add New Class
- 3001 Show Properties for the current object
- 3002 Cut
- 3003 Copy
- 3004 Paste
- 3005 Add New Property to Current Class
- 3006 Add New Method to Current Class
- 3007 Add New Event to Current Class
- 3008 Show All Members of the Current Class
- 3009 Show Properties for the Current Class
- 3010 Show Methods for the Current Class
- 3011 Show Events for the Current Class
- 3012 Add New Collection
- 3013 Add New Enum to Current Class
- 4000 Class Module Builder
- 4001 &Name:
- 4002 &Based On:
- 4003 Instancing
- 4004 P&rivate
- 4005 P&ublic Not Creatable
- 4006 &Single Use
- 4007 &Global Single Use
- 4008 &Multi Use
- 4009 G&lobal Multi Use
- 4010 This class is a Top &Level Object
- 4011 &Object Creation
- 4012 &Class_Initialize event
- 4013 (Slower Parent startup and faster property access)
- 4014 Property &Get on first access
- 4015 (Faster Parent startup with slower property access)
- 4016 Note: this only applies to child classes
- 4017 Create new class object in...
- 4100 Collection Builder
- 4102 Collection Of
- 4103 &Existing Class
- 4104 Ne&w Class
- 4105 New Class &Properties...
- 4106 Set the New Class's Properties
- 4500 Attributes
- 4501 &Description:
- 4502 Project Help File:
- 4504 Help &Context ID:
- 5000 Property Builder
- 5001 Method Builder
- 5002 Event Builder
- 5003 &Data Type:
- 5004 Declaration
- 5005 P&ublic Property (Let, Get, Set)
- 5006 Public &Variable
- 5007 A&rguments:
- 5008 Return &Data Type:
- 5009 Add a new argument
- 5010 Delete selected argument
- 5011 Move selected argument up in list
- 5012 Move selected argument down in list
- 5013 D&efault Property?
- 5014 D&efault Method?
- 5015 &Friend Property (Let, Get, Set)
- 5016 Declare as &Friend?
- 6000 This project contains class modules that were not created by the Class Builder.\n\n _
- 6001 The utility will not be able to create the hierarchy for these modules. _
- 6002 You will need to arrange these objects according to your current design.
- 6003 Once finished, the Class Builder will save your object model for future reference.
- 6004 &Do not show this dialog in the future.
- 7000 Class Builder Options
- 7001 Code Generation
- 7002 Include &Debug code in Initialize and Terminate events
- 7003 Include &Err.Raise in all generated methods
- 7004 Include &Comments
- 8000 Add Argument
- 8001 &ByVal
- 8002 &Optional
- 8003 Default &Value: (quote strings as needed)
- 8004 &Array
- 9000 Enum Builder
- 9001 &Public
- 9002 &Values:
- 9003 Add a new value
- 9004 Delete selected value
- 9005 Move selected value up in list
- 9006 Move selected value down in list
- 9007 Add New Value (eg. x=1)
- 9008 Delete '<TOPIC_TEXT>'?
- 9009 Add Enum Value:
- 10000 Update Project with changes?
- 10001 Are you sure you want to Delete the '<TOPIC_TEXT>' Class?
- 10002 You cannot use the Class Builder to delete pre-existing classes!\nPlease use the Project Explorer to remove them.
- 10003 You cannot use the Class Builder to delete pre-existing class members!\nPlease remove them manually from the class's code module.
- 10004 Are you sure you want to Delete the '<TOPIC_TEXT>' Class Member?
- 10005 '<TOPIC_TEXT>' already exists!
- 10006 Do you want to rename all occurrences of '<TOPIC_TEXT>'?\nSelecting 'No' will create a new Class.
- 10007 Invalid Name!
- 10008 Invalid Data Type!
- 10009 You must select an item from the list of existing Classes!
- 10010 The Class Builder cannot delete Classes that contain sub classes!\nPlease delete the sub classes, then try again.
- 10011 This utility cannot be run without a project loaded!
- 10012 Member name already exists!
- 10013 New Class name must be different than Collection name!
- 10014 Argument name already exists!
- 10015 Class name already exists!
- 10016 '_' not allowed in event name!
- 10017 create the m<TOPIC_TEXT> object when the <TOPIC_TEXT2> class is created
- 10018 Invalid Help Context ID Valid Range is -2147483648 to 2147483647.
- 10019 Are you sure you want to Delete this instance of '<TOPIC_TEXT>'?
- 10020 ParamArray can only used once!
- 10021 '<TOPIC_TEXT>' is an invalid enum value.
- 11000 OK
- 11001 Cancel
- 11002 &Attributes
- 11003 (None)
- 11004 &Properties
- 11005 (New Class)
- 11006 (New Collection)
- 20000 -- Code Comments --
- 20001 create a new object
- 20002 set the properties passed into the method
- 20003 If you want an unkeyed collection, remove all occurrences of the Key variable
- 20004 add it to the private collection
- 20005 return the object created
- 20006 local variable(s) to hold property value(s)
- 20007 local copy
- 20008 used when assigning a value to the property, on the left side of an assignment.
- 20009 used when assigning an Object to the property, on the left side of a Set statement.
- 20010 used when retrieving value of a property, on the right side of an assignment.
- 20011 To fire this event, use RaiseEvent with the following syntax:
- 21000 VB 6 Class Builder Utility
- 21001 VB 6 Class Builder Utility
-